Release 10.1A: OpenEdge Development:
ADM Reference


tableOut

This procedure outputs requested fields from the SmartDataObject (SDO) to a standard temp-table format.

Location: data.p

Parameters:

INPUT pcFieldList AS CHARACTER

The list of fields wanted.

INPUT plIncludeObj AS LOGICAL

Whether to include object fields.

INPUT piMaxRecords AS INTEGER

Maximum number of records to handle (currently must be <= 5000).

OUTPUT TABLE FOR ttTable

The SDO data.

OUTPUT iExtractedRecs AS INTEGER

The actual number of records handled.

Notes:


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095